Skip to content

Conversation

felipecsl
Copy link
Contributor

Run CI checks on a matrix of node versions

path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the recommended cache setup for yarn 1.x - source https://github.com/actions/cache/blob/main/examples.md#node---yarn

@felipecsl felipecsl merged commit 8957ebf into main Nov 19, 2024
8 checks passed
@felipecsl felipecsl deleted the felipecsl--ci-matric branch November 19, 2024 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants